no longer using self_closing

Andrew Cantino 9 years ago
parent
commit
352ca07c75
1 changed files with 1 additions and 2 deletions
  1. 1 2
      spec/models/agents/data_output_agent_spec.rb

+ 1 - 2
spec/models/agents/data_output_agent_spec.rb

@@ -201,8 +201,7 @@ describe Agents::DataOutputAgent do
201 201
           "_attributes" => {
202 202
             "type" => "audio/mpeg",
203 203
             "url" => "{{media_url}}"
204
-          },
205
-          "_self_closing" => "true"
204
+          }
206 205
         }
207 206
         agent.options['template']['item']['foo'] = {
208 207
           "_attributes" => {